Computes the angle between two vectors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:) | :: | x |
The first vector. |
|
| real(kind=real64), | intent(in), | dimension(size(x)) | :: | y |
The second vector. |
The angle, in radians.